home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.gooddomain == 1)
- {
- _root.player[_root.setup].colors = 5;
- mycol1 = new Color(p1.a1);
- mycol2 = new Color(p1.a1);
- mycol3 = new Color(p1.y1);
- mycol4 = new Color(p1.u1);
- mycol5 = new Color(p1.y1);
- mycol6 = new Color(p1.u1);
- _root.player[_root.setup].fill[1] = mycol1.getTransform();
- _root.player[_root.setup].fill[2] = mycol2.getTransform();
- _root.player[_root.setup].fill[3] = mycol3.getTransform();
- _root.player[_root.setup].fill[4] = mycol4.getTransform();
- _root.player[_root.setup].fill[5] = mycol5.getTransform();
- _root.player[_root.setup].fill[6] = mycol6.getTransform();
- }
- else
- {
- share.play();
- }
- }
-